From: Kenichi Handa Date: Thu, 5 Feb 2004 02:15:42 +0000 (+0000) Subject: (Fset_buffer_multibyte): Fix docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24260 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=75ebcc317a6434db854394e05aab92751f8dfe96;p=emacs.git (Fset_buffer_multibyte): Fix docstring. --- diff --git a/src/buffer.c b/src/buffer.c index 922e39f1693..5ebcaa819d1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2082,7 +2082,7 @@ If FLAG is t, this makes the buffer a multibyte buffer. If FLAG is nil, this makes the buffer a single-byte buffer. The buffer contents remain unchanged as a sequence of bytes but the contents viewed as characters do change. -If the multibyte flag is really changed, undo information of the +If the multibyte flag was really changed, undo information of the current buffer is cleared. */) (flag) Lisp_Object flag;